FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.7.16  |  FHIR Version n/a  User: [n/a]

Resource OperationDefinition/FHIR Server from package hl7.fhir.ee.mpi#1.0.0 (47 ms)

Package hl7.fhir.ee.mpi
Type OperationDefinition
Id Id
FHIR Version R5
Source https://fhir.ee/file:///fsh/output/OperationDefinition-patient-foreigner.html
Url https://fhir.ee/OperationDefinition/patient-foreigner
Version 1.0.0
Status active
Date 2023-03-26T15:21:02+11:00
Name EEMPIPatientForeignerSearch
Title Patient Foreigner
Experimental False
Realm ee
Authority hl7
Description The foreigner operation perform complex search over patient resource.
Type true
Kind operation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found



Narrative

Note: links and images are rebased to the (stated) source

URL: [base]/Patient/$foreigner

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INidentifier-country0..1string

Identifikaatori väljaandja riigi 3 kohaline kood ISO standardi järgi. Ei ole kohustuslik.

INbirthdate0..1date

Patient birthdate in form yyyy-mm-dd.

INgender0..1string

Patient gender.

INgiven0..*string

Patient given name. Eesnimi. Otsing sõna alguse järgi, ei ole tõstetundlik.

INfamily0..1string

Patient family name. Perekonna nimi. Otsing sõna alguse järgi, ei ole tõstetundlik.

INtelecom0..*ContactPoint

Telekom'i väärtus, e-mail või tel. number.

OUTreturn0..*Bundle

Returns Bundle (with type collection) with Patient instances.


Source

{
  "resourceType" : "OperationDefinition",
  "id" : "patient-foreigner",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>URL: [base]/Patient/$foreigner</p><p>Parameters</p><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>identifier-country</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R5/datatypes.html#string\">string</a></td><td/><td><div><p>Identifikaatori väljaandja riigi 3 kohaline kood ISO standardi järgi. Ei ole kohustuslik.</p>\n</div></td></tr><tr><td>IN</td><td>birthdate</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R5/datatypes.html#date\">date</a></td><td/><td><div><p>Patient birthdate in form yyyy-mm-dd.</p>\n</div></td></tr><tr><td>IN</td><td>gender</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R5/datatypes.html#string\">string</a></td><td/><td><div><p>Patient gender.</p>\n</div></td></tr><tr><td>IN</td><td>given</td><td/><td>0..*</td><td><a href=\"http://hl7.org/fhir/R5/datatypes.html#string\">string</a></td><td/><td><div><p>Patient given name. Eesnimi. Otsing sõna alguse järgi, ei ole tõstetundlik.</p>\n</div></td></tr><tr><td>IN</td><td>family</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R5/datatypes.html#string\">string</a></td><td/><td><div><p>Patient family name. Perekonna nimi. Otsing sõna alguse järgi, ei ole tõstetundlik.</p>\n</div></td></tr><tr><td>IN</td><td>telecom</td><td/><td>0..*</td><td><a href=\"http://hl7.org/fhir/R5/datatypes.html#ContactPoint\">ContactPoint</a></td><td/><td><div><p>Telekom'i väärtus, e-mail või tel. number.</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>0..*</td><td><a href=\"http://hl7.org/fhir/R5/bundle.html\">Bundle</a></td><td/><td><div><p>Returns Bundle (with type collection) with Patient instances.</p>\n</div></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 0
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use"
    }
  ],
  "url" : "https://fhir.ee/OperationDefinition/patient-foreigner",
  "version" : "1.0.0",
  "name" : "EEMPIPatientForeignerSearch",
  "title" : "Patient Foreigner",
  "status" : "active",
  "kind" : "operation",
  "experimental" : false,
  "date" : "2023-03-26T15:21:02+11:00",
  "publisher" : "TEHIK",
  "contact" : [
    {
      "name" : "TEHIK",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://tehik.ee"
        }
      ]
    }
  ],
  "description" : "The foreigner operation perform complex search over patient resource.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "EE",
          "display" : "Estonia"
        }
      ]
    }
  ],
  "affectsState" : true,
  "code" : "foreigner",
  "resource" : [
    "Patient"
  ],
  "system" : false,
  "type" : true,
  "instance" : false,
  "parameter" : [
    {
      "name" : "identifier-country",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "Identifikaatori väljaandja riigi 3 kohaline kood ISO standardi järgi. Ei ole kohustuslik.",
      "type" : "string"
    },
    {
      "name" : "birthdate",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "Patient birthdate in form yyyy-mm-dd.",
      "type" : "date"
    },
    {
      "name" : "gender",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "Patient gender.",
      "type" : "string"
    },
    {
      "name" : "given",
      "use" : "in",
      "min" : 0,
      "max" : "*",
      "documentation" : "Patient given name. Eesnimi. Otsing sõna alguse järgi, ei ole tõstetundlik.",
      "type" : "string"
    },
    {
      "name" : "family",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "Patient family name. Perekonna nimi. Otsing sõna alguse järgi, ei ole tõstetundlik.",
      "type" : "string"
    },
    {
      "name" : "telecom",
      "use" : "in",
      "min" : 0,
      "max" : "*",
      "documentation" : "Telekom'i väärtus, e-mail või tel. number.",
      "type" : "ContactPoint"
    },
    {
      "name" : "return",
      "use" : "out",
      "min" : 0,
      "max" : "*",
      "documentation" : "Returns Bundle (with type collection) with Patient instances.",
      "type" : "Bundle"
    }
  ]
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.